home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Misc Utils / Icon Editors / ICON Maker / IconMaker.help < prev   
Text File  |  1985-12-23  |  4KB  |  102 lines

  1.  
  2. IconMaker
  3.   By J.Doenias and S.Gillespie
  4.   
  5. IconMaker allows you to customize application Icons (they are actually
  6. ICN#'s).  This program is only useful for reconfiguring existing 
  7. applications -- no method for creating new icons and FREF's is provided.
  8.  
  9. An ICN# contains two parts:  the icon, and the icon mask.  The mask
  10. determines how the icon will look when it is selected (inverted), and
  11. also it also determines the 'body' of the icon:  when in the finder,
  12. a mouse click must occur on the Mask in order for the icon to be selected.
  13.  
  14. In particular, IconMaker is perfect for changing the icons of Rascal
  15. stand-alone applications.  To make an application in Rascal, you use
  16. MakeAppl to convert the .obj program to an application.  Once this is
  17. finished, IconMaker can personalize the application, by changing the 
  18. icons and Creator Type.
  19. >>
  20.  
  21. You can work on icons any time while IconMaker is running, however in
  22. order to save an icon, copy your icon to the Clipboard, then Open...
  23. an Application file (once the application is opened, you can then
  24. paste your icon onto one of the existing application icons).
  25.  
  26. When you Open an application, a new menu will appear to the right of
  27. the icon menu (the menu will have the same name as the application).
  28. This menu will contain as many items as their are icons in the application
  29. file (for Rascal Applications, there should be two:  128 and 129).
  30.  
  31. Using the Mouse, Edit Menu, and the application Menu, edit the icons
  32. to your satisfaction.  
  33.  
  34. For Rascal Applications, Icon #128 is the application Icon (the one 
  35. which will appear on the Finder desktop), andIcon #129 is the text 
  36. file icon.
  37. >>
  38.  
  39.  
  40. The IconMaker Edit Menu
  41.  
  42.   Undo, Cut, Copy and Paste 
  43.       These work pretty much as you would expect them too, except for 
  44.       the fact that IconMaker uses a private Clipboard -- when you 
  45.       quit the program, your icon will *not* be left on the Macintosh
  46.       clipboard.
  47.       
  48.   Icon --> Mask.  
  49.       This copies the Icon image to the Mask.  
  50. >>
  51.  
  52. The IconMaker Icon Menu
  53.  
  54.   New
  55.     This will cause any open application file to be closed, and the
  56.     icon image to be cleared.
  57.     
  58.   Open...
  59.     The standard file dialog box will appear:  select an application
  60.     which contains icons, and it will be opened.  If there are no
  61.     icons in the application, the Open... will not be successful.
  62.     
  63.   Save...
  64.     If an application file is open, any changes you have made to
  65.     the icons will be saved.  Don't forget to save your changes!
  66. >>
  67. The last item on the Icon menu is crucial:  you must use it in order
  68. to make your icons "stick" to the application.
  69.  
  70.   Enable New Icons
  71.     When you are completely satisfied with your icons, select this
  72.     item.  If the application is in order, a dialog box will appear.
  73.     This dialog box tells you what the current Creator field of the
  74.     application is.  The Creator field is a unique 4 character code 
  75.     which helps the Finder decide what icons to use on the desktop.
  76.     For Rascal Applications, this field will initially be RAPP.
  77.     
  78.     If you are configuring a Rascal application, and if the creator
  79.     does come up as RAPP, Type in a new Creator code (make one up...):  
  80.     this will be your new application's unique (we hope..) code.  
  81.     If your application already has a unique Creator field (e.g. if
  82.     you are just re-doing the icons), you don't need to change the Creator
  83.     Field.  Click in the OK button, and IconMaker will configure the 
  84.     Application. 
  85. >>
  86.     After doing 'Enable New Icons' just once, you can open and
  87.     close and re-edit the icons as much as you want.  However:  Once
  88.     you return to the Finder, the icons will 'stick' to the application
  89.     (because the Finder makes a copy of them).   
  90.     
  91.     If you do get back to the Finder and then decide to make more 
  92.     changes, you can go back into IconMaker and re-edit -- just make 
  93.     sure to do another 'Enable New Icons' before returning again 
  94.     to the Finder.
  95.     
  96. Note:  
  97.      When you Halt IconMaker (from Rascal's Run Menu), you may be asked
  98.      if you want to save changes before quitting:  Cancel is *not* an
  99.      option at this point, so either click in the Yes or No button.
  100.     
  101.      The Save Changes dialog box will function normally at all times
  102.      *other* than in response to a Halt command.